Merge release/6.4.x into main#10072
Draft
github-actions[bot] wants to merge 14 commits into
Draft
Conversation
Now that SwiftPM on SwiftBuild is in a good shape, let's update the GitHub actions to only build against the default build system. SwiftBuild is the default on nightly-main, while the native build system is the default on nightly 6.2. The GitHub actions are still running against nightly 6.2 to have the same environment as the Jenkins CI self hosted pipeline equivalent. Relates to #9427 Issue: rdar://165491718 (cherry picked from commit 89c6c4c)
Update the Package.swift dependencies to have their branch dependency be `release/6.4.x`, to match the projects branch name. Depends on: swiftlang/swift-build#1370
GHA: Simplify and reduce number of jobs
A Windows tests fails with Swift 6.2, but is fixed with Swift 6.3. Update the withKnownIssue when bloc to reflect this
…nt on BuildSystem
…built products dir suffix
…ear in verbose output (#10056)
[6.4] Query the underlying build system when determining the build products dir
Allow the STRIP_INSTALLED_PRODUCT build setting in the Swift Build settings to be configuration in SwiftPM. Add an "enable/disable" build options that will sets the settings value accordingly. When not set, the products are not stripped, matching the native build system. Fixes: #10037 Issue: rdar://176554583 Depends on: swiftlang/swift-build#1395
Swift Build does not suport testTarget that depend on another testTarget, and the error produced was not clear. This change modifies the PIF Builder to emit an error diagnostics when it detects a testTarget depends on another testTarget. Fixes: #10062 Issue: rdar://174431298
bkhouri
requested changes
May 16, 2026
|
|
||
| /// When not using local dependencies, the branch to use for llbuild and TSC repositories. | ||
| let relatedDependenciesBranch = "main" | ||
| let relatedDependenciesBranch = "release/6.4.x" |
Contributor
There was a problem hiding this comment.
Issue (blocking): we need to revert this change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was automatically opened by a GitHub action. Review the changes included in this PR and determine if they should be included in the release branch. If yes, merge the PR. Otherwise revert changes that should not be included on this branch.